home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / mac / Business / Hi's Universal Saver / Dialog Director v0.6 / Examples / Password.as < prev    next >
Encoding:
Text File  |  1998-04-13  |  412 b   |  7 lines  |  [TEXT/ToyS]

  1. property theDialog : {size:[260, 95], contents:[┬
  2.     {class:push button, bounds:[190, 65, 250, 85], name:"OK", enabled:3}, ┬
  3.     {class:push button, bounds:[110, 65, 170, 85], name:"Cancel"}, ┬
  4.     {class:password field, bounds:[10, 36, 250, 36 + 16], name bounds:┬
  5.         [10, 10, 250, 26], name:"Enter Password:", value:"1234"}], timeout after:60}
  6.  
  7. return [dd auto dialog theDialog, dd auto dialog theDialog with greyscale]